SaveImage(Byte[],ImageFormat) Method
In This Topic
Saves an chart image of the specified format to the specified byte array.
Syntax
'Declaration
Public Overloads Sub SaveImage( _
ByRef () As System.Byte, _
ByVal As System.Drawing.Imaging.ImageFormat _
)
public void SaveImage(
ref System.byte[] ,
System.Drawing.Imaging.ImageFormat
)
Parameters
- byteArray
- Byte array.
- imgFmt
- Image format.
See Also